services.borgbackup.jobs.<name>.extraCompactArgs

Additional arguments for borg compact. Can also be set at runtime using $extraCompactArgs.

Type
string or (list of string) convertible to it
Default
[ ]
Example
[
  "--cleanup-commits"
]
Declared
<nixpkgs/nixos/modules/services/backup/borgbackup.nix>